(led-state): Fix typo in previous change.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 28 Nov 2006 22:01:40 +0000 (22:01 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 28 Nov 2006 22:01:40 +0000 (22:01 +0000)
lisp/vt100-led.el

index 8310aa39117ae14e34037c11797459c1928fb962..06862182ee44cec89045b1c918c01c3b951c2ffe 100644 (file)
@@ -29,7 +29,7 @@
 ;;; Code:
 
 (defvar led-state (make-vector 5 nil)
-   "The internal state of the LEDs.  Choices are nil, t, 'flash.
+   "The internal state of the LEDs.  Choices are nil, t, `flash'.
 Element 0 is not used.")
 
 (defun led-flash (l)